コード例 #1
0
 void DCService_GetDrawingGroupCompleted(object sender, DrawingClient.Service.GetDrawingGroupCompletedEventArgs e)
 {
     try
     {
         this._drawingGroup = e.Result;
         close = true;
         this.Close();
     }
     catch (Exception ex) { Error.Log(ex, true); }
 }
コード例 #2
0
 public frmDrumHistory(Service.DrawingGroup group)
 {
     InitializeComponent();
     SetUIControlText();
     drawingGroup = group;
 }